#New Scene/DeleteAll
LMB:Delete all and start a new Scene, keeping current Background.**_
RMB:Delete all, keeping current Background.
DeleteAll(1)
print("Make Collections")
cam=Get_Active_Cam()
A=NewCollection("Lights")
A=NewCollection("Background")
A=NewCollection("Geometry")
AddPlane(0,0,0,20)
Plane=Get_Active_Object()
#MoveObjToCollection(Plane,A)
A=NewCollection("Other")
A=NewCollection("Unused")
print("Collections READY")   
#END
[OnRightMouseButton!]
DeleteAll(1)
#END